set the fileName of member "sneak preview.mov" to the pathName & "movie:" & "sneak preview.mov"
set the fileName of member "making of.mov" to the pathName & "movie:" & "making of.MOV"
set the fileName of member "BrodLogo.MOV" to the pathName & "movie:" & "BrodLogo.MOV"
end
on sp
set gCurMov to "sneak preview"
go("mov setup")
end
on mo
set gCurMov to "making of"
go("mov setup")
end
on checkForQT
if not (the quickTimePresent) and (the machineType <> 256) then
alert("It appears QuickTime is not present on your computer. Please drag the QuickTime extension from the System Extensions folder on this CD-ROM and restart. ")